Numbers: Automatically extend ranges to new rows?
Hi,
I have a spreadsheet that I update daily with a new row. I have a bunch of rows at the bottom of the sheet that do various things (e.g. Sum, Countif etc.) on the columns above. Is there a way of getting the range being used to automatically update to include the new row each day?
For example, if I have =SUM($A$1:A2) in cell A4 and I insert a new row in A3 (copying row A2 and pasting formulas), I'd like the sum to update to =SUM($A$1:A3)
Any ideas thankfully recieved!